<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!doctype html&gt;
&lt;html style="height:100%;overflow:hidden"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"&gt;
&lt;style&gt;
	@media screen and (max-width:750px){
		body{background: url(bg.jpg) no-repeat left top!important;background-size:auto 100%;}
		.main{
			margin-left:0!important;
			width:100%!important;
			padding-top:30vw!important;
		}
		.main img{width:100%;}
	}
&lt;/style&gt;
&lt;title&gt;&lt;/title&gt;
&lt;/head&gt;

&lt;body style="text-align: center;background: url(bg.jpg) no-repeat center top;background-size:100% 100%;height:100%;margin:0;"&gt;
&lt;div class="main" style="width:1100px;padding-top:300px;margin-left:40%;"&gt;
	&lt;img src="a.gif" alt=""&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;

</pre></body></html>